3 subject="""comment 1"""
4 date="2022-02-21T16:19:27Z"
6 You can use: `git-annex info . --in here`
8 But, it should be possible when getting info for all keys
9 to use the matching options like --in that do not match on a filename.
10 It used to be that there was no way to tell which kind of matching options
11 where used, but now `matchNeedsFileName` is available and it could only
14 So this can be implemented by making cachedPresentData
15 and cachedRemoteData (etc) get the matcher, check if it's
16 the right kind and apply it to the keys.